home *** CD-ROM | disk | FTP | other *** search
/ Weekly Play Boy All Stars / Weekly Play Boy All Stars 1.iso / pc / misaki.exe / misaki.dxr / 00006_cursorS.ls < prev    next >
Encoding:
Text File  |  2003-01-22  |  102 b   |  10 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   updateStage()
  9. end
  10.